home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / mkmf.prog / RCS / local.mk,v < prev    next >
Encoding:
Text File  |  1988-12-28  |  1.1 KB  |  46 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     88.12.28.11.47.36;  author ouster;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @#
  26. # This file is included by Makefile.  Makefile is generated automatically
  27. # by mkmf, and this file provides additional local personalization.  The
  28. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  29. # that must be included to set up various compilation stuff.
  30. #
  31.  
  32. #
  33. # This program needs to have a different name than its directory.  The
  34. # reason for this is that the Makefile in .. has a target for each of its
  35. # subdirectories, plus a standard target with the same name as this
  36. # program's name.  Thus if the directory were named after its program,
  37. # which is the usual case, there would be conflict of Makefile targets
  38. # and weird things would happen during makes.  Instead, this directory
  39. # is given a ".prog" extension, which means that NAME is set wrong in
  40. # Makefile.  To compensate, we reset NAME here.
  41.  
  42. NAME        := $(NAME:S|.prog||)
  43.  
  44. #include    <$(SYSMAKEFILE)>
  45. @
  46.